home *** CD-ROM | disk | FTP | other *** search
- MDIForm1
- MDIForm1
- MDIForm15G
- Picture2
- lblStatus
- Picture1
- picToolBar
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwww
- wwwww
- wwwwwx
- wwwwx
- wwwww
- wwwwwwx
- 33330
- 330fff`
- 33330
- 330ff`
- ff`ff
- 330ff`
- ff`ff
- 333333
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- 33330
- 33330
- 333330
- picButton
- picButton
- picButton
- picButton
- picButton
- picButton
- mnuFile
- &File
- mnuNew
- mnuOpen
- &Open
- MDIForm_Load
- imgButton
- PicClip1
- GraphicCell
- imgButton_Click:
- Index
- imgButton_MouseDown
- ButtonQ
- Shiftd
- NumButtons
- NumButton
- imgButton_MouseUp
- Picture
- Picture1_Click
- BitBlt
- picButtonb
- Picture1u
- SRCCOPY
- picToolBarR
- picButton_ClickC
- Picture2
- AutoRedraw
- WBUTTSb
- HBUTTS
- picButton_MouseDown
- picButton_MouseUp
- picButton_MouseMove
- lblStatus
- Picture1_MouseMovep
- picToolBar_Click
- lblStatus_Click
- Note~
- property
- Form1
- NewDoc
- Form2
- mnuWindow_Click
- mnuCascade_Click
- MDIForm1
- mnuTile_Click
- mnuArrange_Click
- mnuCut_Click
- Screen
- ActiveControl
- SelText0
- mnuCopy_ClickP
- mnuDelete_Click
- Clipboard
- mnuPaste_Click
- ActiveForm
- ButtState
- EnableEdit
- DisableEdit
- NumChild
- EditCut
- EditCopy
- EditPaste
- BUTT_ENABLED
- BUTT_DISABLED
- mnuNew_Click
- mnuOpen_Click
- NewForm6
- Note that the AutoRedraw property for picToolBar andh
- the picButton() array is set to True so that the
- changes made by BitBlt are automatically drawn to screen-
- Variable used to accept value returned by BitBlt function
- MDIForm_Load
- Sets the number of buttons in the toolbar
- Create array showing state of each button
- There are no children windows openl
- For each button on the toolbar, use the BitBlt function to transfer the appropriate bitmapY
- Disable the edit buttons as there is nothing to edite
- mnuNew_Click
- NewForm
- mnuOpen_Click
- picButton_MouseDown
- Check if Button is disabled
- Use BitBlt to transfer the appropriate bitmap from the top row of picToolBarr
- Use the Refresh method to ensure the result is painted to the screenn
- Load child windowss
- picButton_MouseMove
- Sets the status bar caption according to which button the mouse moves over
- The caption is reset to an empty string in the MouseMove event of Picture1
- New File
- Open File
- Save File
- Cut to Clipboard
- Copy to Clipboard
- Paste from Clipboard
- picButton_MouseUp
- Check if Button is active or disabled
- Use BitBlt to transfer the appropriate bitmap from the top row of picToolBarr
- Use the Refresh method to ensure the result is painted to the screenn
- Picture1_MouseMove
-